From: Andreas Schwab Date: Tue, 27 Aug 2002 15:05:44 +0000 (+0000) Subject: (kmacro-start-macro): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31003 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=542dd52ca09086ff693e40fbd176ddca4a940ccc;p=emacs.git (kmacro-start-macro): Doc fix. --- diff --git a/lisp/kmacro.el b/lisp/kmacro.el index b776942e23d..b44f4f71a50 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -470,7 +470,7 @@ Displays the selected macro in the echo area." (defun kmacro-start-macro (arg) "Record subsequent keyboard input, defining a keyboard macro. The commands are recorded even as they are executed. -Use \\[end-kbd-macro] to finish recording and make the macro available. +Use \\[kmacro-end-macro] to finish recording and make the macro available. Use \\[call-last-kbd-macro] to execute the macro. Use \\[name-last-kbd-macro] to give it a permanent name. Non-nil arg (prefix arg) means append to last macro defined;